.check {
    border: 1px solid #0099AD !important;
}

.showpopupNewBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000080;
    left: 0;
    top: 0;
    z-index: 1050;
    display: none;
}

.showpopupNewBox .content {
    width: 580px;
    /* height: 600px; */
    border-radius: 4px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* overflow-y: auto;
 overflow-x: hidden; */
    padding: 0 5px 20px 20px;

}

.showpopupNewBox .content .scrollBox {
    height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;

}

.showpopupNewBox .scrollBox::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background: #DDDDDD;
}

.showpopupNewBox .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: #0099AD;
}

.showpopupNewBox .scrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.showpopupNewBox .content .title {
    height: 64px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    align-items: center;
    padding-right: 15px;

}

.showpopupNewBox .content .title>.name {
    line-height: 24px;
    text-indent: 4px;
    border-left: 4px solid #0099AD;
    font-size: 16px;
    font-weight: 400;
    color: #333333;

}

.showpopupNewBox .content .title .delete {
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.showpopupNewBox .content .inputItem {
    margin-top: 20px;
    flex: 1;
}

.showpopupNewBox .content .spaceB {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.showpopupNewBox .content .inputItem>.inputAll {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
}

.showpopupNewBox .content .inputItem>.inputAll>input {
    width: 100%;
    height: 38px;
    background: #FBFBFB;
    padding: 10px;
}

.showpopupNewBox .content .inputItem>.inputBox {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    background: #FBFBFB;
}



.showpopupNewBox .content .inputItem>.name {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.showpopupNewBox .content .inputItem>.name span {
    color: #E65555;
}

.showpopupNewBox .content .inputItem>.inputBox>.left {
    display: inline-block;
    width: 265px;
    height: 40px;
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.showpopupNewBox .content .inputItem>.inputBox>.right {
    display: inline-block;
    width: 265px;
    height: 40px;
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-left: 4px;
}

.showpopupNewBox .content .inputItem>.inputBox>.left>input {
    width: 263px;
    height: 38px;
    padding: 10px;

}

.showpopupNewBox .content .inputItem>.inputBox>.right>input {
    width: 263px;
    height: 38px;
    padding: 10px;

}

.showpopupNewBox .content .button {
    width: 124px;
    height: 40px;
    cursor: pointer;
    background: #0099AD;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-left: 416px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}